Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 3-way merge editor to view and edit SVN merge conflicts #1632

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

FractalBoy
Copy link
Contributor

This pull request implements a command for opening merge conflicts in VSCode's 3-way merge editor.

Currently, this editor is only used by the git extension and the command is technically private (_open.mergeEditor). However, it works and does the same thing that code -m does on the command line.

If you have a merge conflict and you click it in the list of changes, it will now open this merge editor instead of just opening the file.

@FractalBoy FractalBoy force-pushed the merge-editor branch 2 times, most recently from ab5ec22 to 79075c6 Compare June 6, 2024 17:26
@FractalBoy
Copy link
Contributor Author

It looks like there was a bunch of outdated stuff causing test failures. I went ahead and resolved all of those issues so that the required checks can pass.

@FractalBoy
Copy link
Contributor Author

@JohnstonCode any chance you can review this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant